runtime.mWeakPointer.m (field)
6 uses
runtime (current package)
runtime2.go#L750: m *atomic.Pointer[m]
runtime2.go#L754: w := mWeakPointer{m: new(atomic.Pointer[m])}
runtime2.go#L755: w.m.Store(mp)
runtime2.go#L760: if w.m == nil {
runtime2.go#L763: return w.m.Load()
runtime2.go#L769: w.m.Store(nil)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |